home *** CD-ROM | disk | FTP | other *** search
/ AMP Graphics Collection / AMP Graphics Collection.iso / menu / setup32.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  1997-05-29  |  2KB  |  106 lines

  1. object Form1: TForm1
  2.   Left = 333
  3.   Top = 215
  4.   BorderStyle = bsNone
  5.   ClientHeight = 332
  6.   ClientWidth = 427
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   FormStyle = fsStayOnTop
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Panel1: TPanel
  16.     Left = 0
  17.     Top = 0
  18.     Width = 427
  19.     Height = 332
  20.     Align = alClient
  21.     BevelWidth = 4
  22.     BorderStyle = bsSingle
  23.     Ctl3D = False
  24.     ParentCtl3D = False
  25.     TabOrder = 0
  26.     object Bevel1: TBevel
  27.       Left = 8
  28.       Top = 280
  29.       Width = 409
  30.       Height = 9
  31.       Shape = bsTopLine
  32.     end
  33.     object Panel2: TPanel
  34.       Left = 16
  35.       Top = 16
  36.       Width = 393
  37.       Height = 257
  38.       BevelInner = bvLowered
  39.       BevelOuter = bvNone
  40.       Color = clWhite
  41.       TabOrder = 0
  42.       object Image1: TImage
  43.         Left = 48
  44.         Top = 8
  45.         Width = 297
  46.         Height = 193
  47.         Picture.Data = {<image000.bmp>}
  48.       end
  49.       object Label1: TLabel
  50.         Left = 2
  51.         Top = 216
  52.         Width = 388
  53.         Height = 33
  54.         Alignment = taCenter
  55.         AutoSize = False
  56.         Caption = 'A.M.P. Graphics Collection'
  57.         Font.Color = clBlack
  58.         Font.Height = -24
  59.         Font.Name = 'MS Sans Serif'
  60.         Font.Style = []
  61.         ParentFont = False
  62.       end
  63.       object Label2: TLabel
  64.         Left = 328
  65.         Top = 8
  66.         Width = 59
  67.         Height = 25
  68.         Hint = 'TWAiN PAiN Software RuLeZ!'
  69.         Alignment = taRightJustify
  70.         AutoSize = False
  71.         Caption = 'Version 1.00 32 bits'
  72.         ParentShowHint = False
  73.         ShowHint = False
  74.         OnDblClick = Label2DblClick
  75.       end
  76.     end
  77.     object BitBtn1: TBitBtn
  78.       Left = 16
  79.       Top = 288
  80.       Width = 89
  81.       Height = 33
  82.       Caption = '&Programs'
  83.       TabOrder = 1
  84.       OnClick = BitBtn1Click
  85.     end
  86.     object BitBtn2: TBitBtn
  87.       Left = 168
  88.       Top = 288
  89.       Width = 91
  90.       Height = 33
  91.       Caption = '&Graphic Files'
  92.       TabOrder = 2
  93.       OnClick = BitBtn2Click
  94.     end
  95.     object BitBtn3: TBitBtn
  96.       Left = 320
  97.       Top = 288
  98.       Width = 91
  99.       Height = 33
  100.       Caption = '&Cancel'
  101.       TabOrder = 3
  102.       OnClick = BitBtn3Click
  103.     end
  104.   end
  105. end
  106.